Theme ComboBox

The ComboBox object is an application prompt that allows multiple items to be displayed in an area of the application, one of which may be selected. Items may be sorted and/or selected as required by the needs of the application.

To use a ComboBox, VBA script is used to populate and manage items displayed in the box or the ComboBox prompt can contain the values itself by entering them in the List property.

The ListOptions property enables you to stylize the alternate rows, rows, checkboxes (if enabled in the designer), images (if enabled in the designer), and the appearance of the row when its selected.

For property descriptions, see Graphical Control Properties.